hunt.routing.define

Undocumented in source.

Public Imports

kiss.logger
public import kiss.logger;
Undocumented in source.
hunt.http.request
public import hunt.http.request;
Undocumented in source.
std.exception
public import std.exception;
Undocumented in source.

Members

Aliases

HandleFunction
alias HandleFunction = void function(Request)
Undocumented in source.

Enums

HTTP_METHODS
enum HTTP_METHODS
Undocumented in source.

Functions

getMethod
HTTP_METHODS getMethod(string method)
Undocumented in source. Be warned that the author may not have intended to support it.
stringToHTTPMethods
HTTP_METHODS[] stringToHTTPMethods(string method)
Undocumented in source. Be warned that the author may not have intended to support it.

Manifest constants

DEFAULT_ROUTE_GROUP
enum DEFAULT_ROUTE_GROUP;
Undocumented in source.

Meta